Hello, we want to update an existing native app and resubmit it to the appstore, but it gives errors in xcode while building. I am relative new to building Native apps, first time with Xcode. THe previous version was build by someone else on a different Mac. So I installed xcode, cocoapods using homebrew. We performed the following steps: 1) We used the 'build native mobile app' menu from studio pro. 2) we ran the npm install --legacy-peer-deps and npm run configure from the root folder 3) In the ios folder we ran POD install --repo-update 4) Open workspace in xcode. During the build we get the following errors (see print screen) -Undefined symbol _OBJC_CLASS_$_AppUrl -Undefined symbol _OBJC_CLASS_$_MendixApp -Undefined symbol _OBJC_CLASS_$_ReactNative Printscreen Any idea what is going wrong.
asked
Wouter Knoops
3 answers
1
By connecting my own iPhone and running on it, it seems to work. Problem solved for now
answered
Wouter Knoops
0
hi, Wouter,
can we connect?
I am currently working extensively on mobile too.
answered
Chai Boon Mei
0
Hi Wouter,
I got the same error, but I can’t connect my iPhone/iPad to Xcode and run the project because the account used with the Bundle Identifier is not available in my account. Do you have any other suggestions?