今天真机调试的时候莫名其妙遇到了这种一个问题: This product type must be built using a provisioning profile, however no provisioning profile matching both the identity "iPhone Developer" and the bundle identifier..... 详细例如以下图所看到的: 十分蛋疼, 发现无论是从网上下的demo, 还是自己的过程.凡事真机測试的…
警告:Assigning to 'id<...Delegate>' from incompatible type '...ViewController *const_strong' 解决方法:在viewcontroller.m文件中,将@interface ViewController (),改为@interface ViewController ()<...ViewDelegate>,警告就会消失.…
styles.xml中<style name="AppBaseTheme" parent="Theme.AppCompat.Light">提示如下错误,这是版本问题. error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 解决方法: 在Eclipse中打开任意一个.java文件,输入 …
root@nanlyvm:/home/mydj/mysite# python manage.py runserver Performing system checks... Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7fbb791cd1e0> Traceback (most recent call last): File "/usr/local…
报错一: 在iOS7的真机运行时,弹出错误:App installation failed. There was an internal API error. 如图 解决办法: 在Xcode -> Target -> Build Setting 下的Packaging部分,将Product Name 改为英文名.重新运行project,即可正常运行. 报错二:真机运行时,弹出报错信息:Could not find Developer Disk Image 原因:手机的版本高于Xcode中SDK…