该文件为xcode
默认自带文件,是xcode
的配置信息,git会用这个文件记录下来。
比如:手动删除此文件,退出xcode
后重启xcode
,设置了debug
调试断点等。此文件会自动创建并跟踪
SO, 此文件无需push
,应忽略。不忽略的话在多人开发时提交文件时候会因为这个文件导致冲突。
终端输入以下指令:【网络比较流行的方案。但是对我无效。2018-10-18实测】
git rm --cached 工程名称.xcodeproj/project.xcworkspace/xcuserdata/电脑用户名称.xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "Removed file that shouldn't be tracked"
git push
* 2. 1 Performance: App Completeness Guideline 2.1 - Information Needed
We have started the review of your app, but we are not able to continue because we need the associated hardware to fully assess your app features.
Next Steps
To help us proceed with the review of your app, please send the necessary hardware/accessory to the address below.
NOTE: Please include your app name and app ID in the shipment; failure to provide this information can delay the review process.
Additionally, it may take several business days for us to receive the hardware once it has been delivered to Apple.Apple
One Apple Park Way
M/S: 124-2APP
Cupertino, CA 95014
USA
p
中。Body
中利用 post
请求自行拿数据。