-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest plugin version issue | Xcode compilation error for iOS build #171
Comments
The issue doesn't happen with Plugin version: 7.2.1 , its the latest version that causes build to fail . So I'm pretty sure its an issue with new version only , so kindly check . Also the error/warnings are in the very final stages of compilation step in Xcode |
What version XCode are you using? |
Xcode version is 13.2.1 |
The plug-in was compiled with the latest XCode 16. You’re 3 versions behind. upgrade your XCode. |
Thanks for the info . However we can't upgrade xcode right now as it will introduce whole new set of issues when building app , so I guess we will stick to previous version of plugin for now |
You’re using a version of XCode that is completely unaware of iOS 16 and above. The latest version of iOS is 18. you cannot sit back on an old version of XCode. |
I agree , its only a matter time of time before we upgrade XCode . The project was not maintained for 2 years and its taken for support now . Appreciate your feedback ! |
Your Environment
cordova -v
): 10.0.0cordova platform ls
): ios 6.1.1Expected Behavior
Actual Behavior
Steps to Reproduce
In terminal following commands are run ,
Now xcode workspce file is created , xcode is opened
Context
When using the plugin for ios app build , Xcode build fails in the last compilation step with error as in logs
Code
Debug logs
//Xcode logs
Warning :
ld: warning: Could not find or use auto-linked framework 'Symbols'
Undefined symbols for architecture arm64:
"_objc_msgSend$removeObserver:", referenced from:
-[TSBackgroundFetch dealloc] in TSBackgroundFetch(TSBackgroundFetch.o)
"_objc_msgSend$finished", referenced from:
-[TSBackgroundFetch finish:] in TSBackgroundFetch(TSBackgroundFetch.o)
"_objc_msgSend$stop", referenced from:
-[TSBackgroundFetch stop:] in TSBackgroundFetch(TSBackgroundFetch.o)
"_objc_msgSend$setEnabled:", referenced from:
-[TSBackgroundFetch start:] in TSBackgroundFetch(TSBackgroundFetch.o)
"_objc_msgSend$count", referenced from:
-[TSBackgroundFetch removeListener:] in TSBackgroundFetch(TSBackgroundFetch.o)
-[TSBackgroundFetch finish:] in TSBackgroundFetch(TSBackgroundFetch.o)
"_objc_msgSend$setType:", referenced from:
-[TSBackgroundFetch
The text was updated successfully, but these errors were encountered: