19 04 2017
XCode 구버젼을 IOS10.3에서 컴파일 및 배포시 변경내용
소스변경 : WebFrame –> UIWebView로 변경
1)Error: ld: library not found for -lcrt1.3.1.o
Solution: If your project source have deployment target from iOS 5.0 then change it to iOS 6.0 or later
and your error will be fix. Now that work fine for device too.
2)Apple Match-O Linker (id)Error
– Product > Clean
Enable BitCode를 Yes에서 No로 변경
3)plist파일에
App Transport Security Settings
Allow Arbitray Loads YES로 표시
4) provision 파일과
Code signing is required for product type ‘Application’ in SDK ‘iOS 10.0’ – 에러의 경우
Automatically manage signing 체크해제했다가 다시 체크 하면 된다.
Swift : WebView 사용방법 IOS 개발 인증서 다른 MAC으로 옮기기