Skip to content

Instantly share code, notes, and snippets.

@wangzz
Last active August 29, 2015 14:00
Show Gist options
  • Save wangzz/11389652 to your computer and use it in GitHub Desktop.
Save wangzz/11389652 to your computer and use it in GitHub Desktop.
Xcode报objective c implicit conversion loses integer precision 'NSUInteger' (aka 'unsigned long') to 'int' warning
问题原因:int在64位平台和32位平台不兼容
解决方案:
两种方式都可以
①将Valid Architectures里的arm64删掉
②把xcode中implicit conversion to 32 bit type设置项都设为NO
@wangzz
Copy link
Author

wangzz commented Jun 17, 2014

Xcode provisioning file保存目录:
~/Library/MobileDevice/Provisioning Profiles

@wangzz
Copy link
Author

wangzz commented Feb 3, 2015

Fav

Gttsss

Gddhb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment