We become indebted to.
This time, when I tried to install the game created with unity on my smartphone and built it with xcode, as the title says,
library not found for -l iPhone-lib
Will occur and it will not work.
I used to use xcode12, but I downgraded to xcode11 due to things like .dylib.
I plan to put it in iPhone SE.
① When you try to build,
I get an error like this.
② When I searched on the net,
It was written that it would be good to delete these two files, so I tried it, but it still didn't work.
Method 2 that tried to resolve the error but could not
① Use cocoapods to open in .xcworkspace instead of .xcodeproj
→ After all, it was no good.
* Program mistakes were okay.
* Personally, I think "Method 1 that I tried to solve the error but couldn't do" is a big hint.
I referred to many other sites, but none of them worked.
We would appreciate it if you could give us some information, such as those who have experienced similar phenomena or those who are familiar with xcode.
-
Answer # 1
Related articles
- xcode - i get a "library not found for -l realmcore -io" error when building
- xcode - i get an error when i try to install and build an external library
- objective-c - xcode: i have set it to ios 110 or above, but i get an error "wkwebview cannot be used in storyboard if it is
- postgresql - "psql: not found" error with docker-compose up
- mysql error library not loaded: resolving libmysqlclient18dylib (loaderror)
- (http error 404: not found) i'm trying to enter as per the python reference book, but i get an error
- php - about error of imagick not found
- ios - unexpectedly found nil error when selecteduser is nil
- python 3x - an error occurs in the library for python3 tkinter drag and drop
- xcode - i could not resolve the could not load nib in bundle error
- bash - i want to solve the error of command not found of gulp in the terminal
- xcode - crash with the error "this class is not key value coding-compliant for the key"
- xcode - 'stpsourceprotocol' error [stripe]
- xcode - about the error "physics body: could not create physics body" in spritekit
- ruby - i got an error that the sox file could not be found on the terminal, so i would like to ask for a solution
- xcode - "no such module'realm swift'" error when installing realm in carthage
- ios - xcode error "uilocalnotification" is abolished
- unity xcode error
- xcode - i want to know why the error regarding core data is happening
- python - you may need to restart the kernel to use updated packages error
- php - coincheck api authentication doesn't work
- php - i would like to introduce the coincheck api so that i can make payments with bitcoin on my ec site
- [php] i want to get account information using coincheck api
- the emulator process for avd pixel_2_api_29 was killed occurred when the android studio emulator was started, so i would like to
- javascript - how to check if an element exists in puppeteer
- dart - flutter: the instance member'stars' can't be accessed in an initializer error
- sh - 'apt-get' is not recognized as an internal or external command, operable program or batch file
- i want to call a child component method from a parent in vuejs
- python 3x - typeerror: 'method' object is not subscriptable
When I referred to the request for addition/correction to tsuki01's question,
It came to a solution.