IOS(4)
-
유니티 iOS file system sandbox blocked open() 에러 (Unity) 및 Facebook SDK FBAEMKit 에러
유니티 iOS file system sandbox blocked open() 에러 (Unity) 및 Facebook SDK FBAEMKit 에러 유니티 iOS file system sandbox blocked open() 1번 - 애플 권한 System Preferences > Security & Privacy > Privacy > Full Disk Access > "add your app such as Xcode" System Preferences > Security & Privacy > Privacy > Files and Folders > "add your app such as Xcode" 2번 Link binary with UnityFramework 1.1. Build iOS app and open..
2023.03.29 -
유니티 iOS Xcode Swift 버전 디팬던시 에러: Failed to build module FBAEMKit Apple Swift version
유니티 iOS Xcode Swift 버전 디팬던시 에러: Failed to build module FBAEMKit Apple Swift version :0: error: module compiled with Swift 5.2.4 cannot be imported by the Swift 5.3 compiler: /Users/zs/Documents/CJ/branches/CJ-400/SimpleList/Carthage/Build/iOS/PhoneNumberKit.framework/Modules/PhoneNumberKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule → Xcode 업그레이드 필요 Xcode 버전이 안 맞아서 생기는 문제이다. Xcode를 OS 최대치..
2023.03.29 -
유니티 iOS CocoaPods Facebook SDK pods intall 에러
유니티 CocoaPods Facebook SDK pods intall 에러 - 원인 1 CocoaPods 버전 문제 버전을 변경해야함 gem uninstall cocoapods gem install cocoapods - 원인 2 The Facebook SDK for Unity only supports iOS version 8.0 and above. In order to prevent issues any issues on older devices, ensure the 'Target minimum iOS Version' is set to 8.0 or higher. 프로젝트 타겟을 ios 10이상으로 해야한다고 나와있다. → 13이상만 성공 나는 PROJECT, Targets의 모든 Deployment Tar..
2023.03.29 -
유니티 iOS 빌드 오류 - Failed to install CocoaPods for the current user.
유니티 iOS 빌드 오류 - Failed to install CocoaPods for the current user. Failed to install CocoaPods for the current user. It will not be possible to install Cocoapods in the generated Xcode project which will result in link errors when building your application. For more information see: https://guides.cocoapods.org/using/getting-started.html 'gem install cocoapods --user-install' failed with code (1)..
2023.03.29