Review code and collaborate in Xcode

RSS for tag

Discuss the WWDC21 session Review code and collaborate in Xcode.

View Session

Posts under wwdc21-10205 tag

10 Posts
Sort by:
Post not yet marked as solved
0 Replies
266 Views
Hello, sure you can help me. I am still new to Apple and will therefore come back to you. I have submitted my app and keep getting the feedback: Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users Now my question: Do you have an example code that I can include in the source code so that a popup appears with the EULA acceptance? Unfortunately I didn't find anything on google. Can you tell me which code I have to insert where? I thank you! Translated with Google Translator: D
Posted
by
Post not yet marked as solved
0 Replies
604 Views
We found in our review that your app includes user-generated content but does not have all the required precautions. Apps with user-generated content must take specific steps to moderate content and prevent abusive behavior. Next Steps To resolve this issue, please revise your app to implement the following precautions: A method for filtering objectionable content A mechanism for users to flag objectionable content The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content Resources Learn more about our policies for user-generated content in App Store Review Guideline 1.2. My App was reject (Second time) and you can see why it was rejected above. I have a question -Is it enough to make a reporting system?
Posted
by
Post not yet marked as solved
0 Replies
280 Views
reference to symbol (which has not been assigned an address) _ZNSt3__16vectorIbNS_9allocatorIbEEEC2ERKS3 in '__ZN13resourcemodel7MFModel10build_treeERKNSt3__16vectorIxNS1_9allocatorIxEEEE' from /Users/zhangxu34/Desktop/baidu/searchbox-ios/product-baidu/.easybox/storage/tekes.baidu-int.com:8181/repository/ios-release/MagicFilterSDK/11.13.0.3/MagicFilterSDK/libMagicFilterSDK.a(model.o) for architecture arm64 reference to symbol (which has not been assigned an address) XXXX for architecture arm64
Posted
by
Post not yet marked as solved
0 Replies
287 Views
I have an Xcode 13 project (generated with CMake) with multiple dependencies, each one pulling a different repo. I'd like to use the new Code review mode, however I can't seem to switch which repo the project is looking at. Additionally, I can use the new source control dropdown to checkout different branches however the commit hash that is displayed is from the first alphabetically ordered dependency. Is it possible to scope these features to a specific repo?
Posted
by
Post not yet marked as solved
1 Replies
664 Views
The PR / comments / discussion (eg GitHub) integration on xcode13 is very promising but I have an issue with git remotes: I have a branch is one a remote myremote/mybranch which comes from a fork of an upstream project theupstream/main. I edit/commit/push my changes to "myremote/mybranch" but now I want to create a PR myremote/mybranch => theupstream/main Is there a way to do that in Xcode 13 ? Everything looks fine when the branches are on the same remote but not on different ones. thx
Posted
by
Post not yet marked as solved
2 Replies
641 Views
Having heard about the possibility to create and comment pull requests, I was about to try this feature: I have successfully added by GitHub account in Preferences. I can see my repository, branches. I can create branches and view changes. e.t.c However, nothing related to pull requests is available: XCode does not detect pull requests I have no "Create Pull Request" button in XCode. I am using XCode 13.1. Is there anything I have to set or enable for this feature to be available? Thanks for any help in advance.
Posted
by
Post not yet marked as solved
1 Replies
107 Views
Hi there, I am trying to get Xcode as needed for one of my classes, and I can see in the information that it is 12.7gb but when I go to download it says there is not enough disk space even though I have 35gb available. It was recommended to me by an Apple CSR that I should contact the developer in order to clarify how much the app may need in order to download. I'd greatly appreciate any help/advice given. Thank you!
Posted
by
Post not yet marked as solved
0 Replies
82 Views
I have added a footnote to my launch screen with the editor of an iPhone 12 Pro centered at the bottom but when I change the iphone model and run it the text does not adjust to the new device but is offset on the screen. How can I fix this? I have also already added it as normal text.
Posted
by