FLEXTool / FLEX

An in-app debugging and exploration tool for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support new version consultation for iOS16

MyronX opened this issue · comments

commented

Hi. I see the latest code has fixed the crash of getting statusBar on iOS16. Do you have any estimates when the new version will be released?

I'll get to this ASAP, apologies

I was hoping to use be able to build master and use that but I'm seeing this:

A shell task (/usr/bin/xcrun xcodebuild -project /Users/toke.refstrup/git/ios/Carthage/Checkouts/FLEX/Example/FLEXample-SPM.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
2022-10-14 10:32:27.769 xcodebuild[80861:10972975] Writing error result bundle to /var/folders/kp/c82dqjjx7kq7wm13b_y776tw0000gq/T/ResultBundle_2022-14-10_10-32-0027.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to clone repository /Users/tanner/Repos/Reflex:
    fatal: repository '/Users/tanner/Repos/Reflex' does not exist
commented

5.22.10 had been released.

I was hoping to use be able to build master and use that but I'm seeing this:

A shell task (/usr/bin/xcrun xcodebuild -project /Users/toke.refstrup/git/ios/Carthage/Checkouts/FLEX/Example/FLEXample-SPM.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
2022-10-14 10:32:27.769 xcodebuild[80861:10972975] Writing error result bundle to /var/folders/kp/c82dqjjx7kq7wm13b_y776tw0000gq/T/ResultBundle_2022-14-10_10-32-0027.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to clone repository /Users/tanner/Repos/Reflex:
    fatal: repository '/Users/tanner/Repos/Reflex' does not exist

For Carthage build,
I found repo url is located local pc fileurl. (FLEXample-SPM.xcodeproj)
Please check correct repo url.


/* Begin XCRemoteSwiftPackageReference section */
		C38D96EA2818F306008709D0 /* XCRemoteSwiftPackageReference "Reflex" */ = {
			isa = XCRemoteSwiftPackageReference;
			repositoryURL = "file:///Users/tanner/Repos/Reflex";
			requirement = {
				branch = master;
				kind = branch;
			};
		};
/* End XCRemoteSwiftPackageReference section */

Fixed @malhagi, sorry about that

@NSExceptional
Can you release a new tag? In v 5.22.10, it's still have local URL.