Posts

Post marked as solved
4 Replies
I had similar problems to make this working. Finally, I found that it's not enough to add the swift package. Once added, I need to go in the app target => General => Frameworks and add it as any Apple SDK or local framework. In the framework picker, there is a section where my swift package appears. So, Xcode recognises the package as a framework but you still need to include it in the target. Once this worked, I successfully tried to use a relative path in the .binaryTarget() and put my framework in a subfolder. Just needed to quit Xcode and remove the DerivedData folder to clear all caches.
Post not yet marked as solved
6 Replies
The second app has finally been approved as weel, but...The code shown in my original post was not a issue at all!The second app has been rejected because it downloaded a javascript bundle at launch. This has been seen as the ability to change the behavior of the app after the review. This download existed in previous build but didn't cause problems. We had to explain what we were doing and the app has been accepted.It is not clear why the first app has been rejected because no javascript was downloaded there. But because both app are similar and summited at the same time, the review team has probably put everything on the same basket.It took 26 days to release a small yet critical update :-)The mistake we made was to ask clarificaiton for the first app only, thinking the other app had the same problem. We then asked for clarification for the second app while resubmiting a new build (in the message to review team). Apple rejected again without any clarification, ignoring our question. We finally asked again in the resolution center and got few words mentioning the javascript bundle. We would have appreciated to have these few words since the beginning.
Post not yet marked as solved
6 Replies
Just by asking for explanations in the Resolution Center, Apple has released the app as it is. They didn't give me any explanation. The problem has been solved without making any change and without resubmitting any new build.Of course, in my request, I also shown the source code above and told that we were not hiding any feature or changing any behavior of the app during the review.I've a second app having the same issue. This app is very similar to the first one and has been rejected at the same time. Let's see what happen with that one.