You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message: ERROR] 2023-03-16 13:05:40.934 xcodebuild[86018:17876254] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore [ERROR] 2023-03-16 13:05:40.934 xcodebuild[86018:17876254] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore [ERROR] ** BUILD FAILED ** [ERROR] The following build commands failed: [ERROR] Ld /Users/unomahaus/Documents/Appcelerator_Studio_Workspace/Toolgetherness/build/iphone/build/Intermediates/Toolgetherness.build/Debug-iphonesimulator/Toolgetherness.build/Objects-normal/arm64/Binary/Toolgetherness normal arm64 (in target 'Toolgetherness' from project 'Toolgetherness') [ERROR] (1 failure)
When I remove the inclusion of the module from the tiapp.xml file and all code references, the compilation is successful. I'm assuming this has to do with 64-bit compatibility and the error message is not very helpful.
Any help on this issue would be appreciated!
The text was updated successfully, but these errors were encountered:
First of all thanks for keeping this project going!
My issue: when I include the latest module build (v13), I get a build failure with the following message:
Environment:
Operating System Name=macOS Version=12.4 Architecture=64bit CPUs=8 Memory=8589934592 Node.js Version=16.16.0 npm Version=9.6.2 CLI TitaniumCLI Version=6.1.1 SDK Titanium SDK Version=10.1.1.GA SDK Path= /Users/unomahaus/Library/Application Support/Titanium/mobilesdk/osx/10.1.1.GA Target Platform= iphone
Error message:
ERROR] 2023-03-16 13:05:40.934 xcodebuild[86018:17876254] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore [ERROR] 2023-03-16 13:05:40.934 xcodebuild[86018:17876254] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore [ERROR] ** BUILD FAILED ** [ERROR] The following build commands failed: [ERROR] Ld /Users/unomahaus/Documents/Appcelerator_Studio_Workspace/Toolgetherness/build/iphone/build/Intermediates/Toolgetherness.build/Debug-iphonesimulator/Toolgetherness.build/Objects-normal/arm64/Binary/Toolgetherness normal arm64 (in target 'Toolgetherness' from project 'Toolgetherness') [ERROR] (1 failure)
When I remove the inclusion of the module from the tiapp.xml file and all code references, the compilation is successful. I'm assuming this has to do with 64-bit compatibility and the error message is not very helpful.
Any help on this issue would be appreciated!
The text was updated successfully, but these errors were encountered: