Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures ‘i386’ didn’t contain all required architectures ‘x86_64’ 参考了http://blog.kingiol.com/blog/2013/12/03/fix-cocoapods-warning-on-ios7-64bit/ 这里我只修改了 Build Active Archi…
引入cocoaPods后.第一次编译,或者运行update后 可能报这个错误: Pods was rejected as an implicit dependency for 'libPods.a' because its architectures 'x86_64' didn't contain all required architectures 'i386' 查了些资料,在网上有一种解决方法是去设置podproject的 valid Architectures 与你的项目project的…
Chrome下调用play后抱错:DOMException: play() failed because the user didn't interact with the document first. 声音无法自动播放这个在IOS/Android上面一直是个惯例,桌面版的Safari在2017年的11版本也宣布禁掉带有声音的多媒体自动播放功能,紧接着在2018年4月份发布的Chrome 66也正式关掉了声音自动播放,也就是说 <audio autopaly></audio> &…
Xamarin.iOS真机测试报错 错误信息:The MinimumOSVersion inside Info.plist does not include the device version(error:0xe800007e). 这是因为项目的部署目标版本高于手机系统版本.这时,开发者需要打开Xamarin.iOS项目的Info.plist文件.在“部署目标”文本框中设置较低的系统版本号,以兼容手机系统.…