Hi all,
i have an error on ionic cordova build ios
Any suggestion is appreciable error:linker error ld: framework not found IOSurface for architecture armv7
Thanks in advance
I don’t know I just googled quickly your issue. According what I read the problem is that the project was build with Xcode 8 or 9 and then opened in Xcode 9 or 8. According them the solution is to clean the project and rebuild it. So spontaneously I would say
Remove and add your platform and try again (don’t forget to manually change what you manually already changed)
if doesn’t work
Why not using Xcode 9, in any case, if you want to submit your app you gonna need it if I’m not mistaken
But like I said I just googled really quickly your issue, I might say something totally wrong and if it’s the case, plz accept my apologies
@reedrichards Anyway thanks for your suggestion.
Now the error is ld: framework not found FileProvider for architecture x86_64
Do you have any suggestion for me?