(주)누리웨어

화상연동/Web,APP 구축및서비스/LMS/평생교육/학점은행/기업교육/연수관리/설문구축/

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 체크해제했다가 다시 체크 하면 된다.

댓글 남기기