Created
October 30, 2025 08:59
-
-
Save anta40/60f62c803a091ad0415d60f8cac559f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Undefined symbols for architecture arm64: | |
| "_CFStringCreateWithCString", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_UIApplicationMain", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_class_addMethod", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_class_addProtocol", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_class_createInstance", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_allocateClassPair", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_autoreleasePoolPop", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_autoreleasePoolPush", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_getClass", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_getProtocol", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_objc_msgSend", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| ... | |
| "_objc_registerClassPair", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| "_sel_getUid", referenced from: | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| _main in ios_hello_world-cc7860.o | |
| ... | |
| ld: symbol(s) not found for architecture arm64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment