Closed HorseFarmer-Ma closed 3 years ago
How did you create this issue?
"New issue" button on the kotlin-native issues page on GitHub website opens the following page for me: https://github.com/JetBrains/kotlin-native/issues/new/choose. It doesn't seem to have an option to create new issue on GitHub on my side.
So did you use a custom GitHub client or whatever?
How did you create this issue?
"New issue" button on the kotlin-native issues page on GitHub website opens the following page for me: https://github.com/JetBrains/kotlin-native/issues/new/choose. It doesn't seem to have an option to create new issue on GitHub on my side.
So did you use a custom GitHub client or whatever?
I create this issue by click "new issue", so can you help me resolve this problem, thanks
Please ensure you open iosApp.xcworkspace
in Xcode, not iosApp.xcodeproj
.
cd shared, and then execute "gradlew podspec"
cd iosApp, and then execute "pod init"
my podFile is =>
cd iosApp, pod install
After build in xcode, I receive the error
ld: framework not found AFNetworking clang: error: linker command failed with exit code 1 (use -v to see invocation)