XCode errors while building native app

0
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
2 answers
0

By connecting my own iPhone and running on it, it seems to work. Problem solved for now

answered
0

hi, Wouter,

can we connect?

I am currently working extensively on mobile too.

answered