Post

Replies

Boosts

Views

Activity

Reply to Extension not found in App bundle: perhaps App is not validly structured
Double check that the String in [OSSystemExtensionRequest activationRequestForExtension:@"HERE"... exactly fits the Bundle Identifier of your System Extension. If you are trying to build an Apple Sample (like "SampleEndpointApp") this is not the case by default as Xcode uses a variable in the Bundle ID ${SAMPLE_CODE_DISAMBIGUATOR}), while the one in code is hardcoded.
Dec ’22
Reply to error: invalid target, create a target using the 'target create' command
+1 I have the same issues. "error: invalid target, create a target using the 'target create' command" in Xcode 13.x but not in Xcode <13. po not working when stopping on breakpoint in "random" source files. (100% reproducibly on affected files, but "random" as I can not see why / which files are affected and which are not)
Replies
Boosts
Views
Activity
Aug ’22
Reply to Extension not found in App bundle: perhaps App is not validly structured
Double check that the String in [OSSystemExtensionRequest activationRequestForExtension:@"HERE"... exactly fits the Bundle Identifier of your System Extension. If you are trying to build an Apple Sample (like "SampleEndpointApp") this is not the case by default as Xcode uses a variable in the Bundle ID ${SAMPLE_CODE_DISAMBIGUATOR}), while the one in code is hardcoded.
Replies
Boosts
Views
Activity
Dec ’22