-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error sending to Apple #59
Comments
@sLm-s, sorry for that. Are you using Carthage for FlexLayout? |
Yes |
With a CocoaPods, everything is working fine |
Do you absolutely need to use Carthage in your situation? |
At the moment not necessarily. Installed your library through Cocoapods but in the future if you would not be difficult would not bad to work all and on Carthage |
Yes sure, I'll try to fix it as soon as possible. |
@sLm-s I believe issue you're experiencing is related to following thread Carthage/Carthage#1927 Looks like FlexLayout carthage configuration should be updated to not have nested framework dependencies, as they're not supported by platform. |
@sLm-s, this has been fixed in the release 1.3.0, FlexLayout now integrates Yoga's source code, so this issue is resolved. |
Hi Luc Dion. Thank you very much for the correction. |
@lucdion Is it possible to make the same animation as in UIStackView. For example, hide an object with animation UIView.animate |
For example, like this.
|
Now displays this warning. |
@sLm-s, you can try by setting the item's width to zero and layout the flex container, something like that should work:
|
@lucdion Thank you so much. Everything works perfectly. |
@lucdion Maybe I'm doing something wrong. But in my flex not correctly rasichtyvaet the size of the text. In the previous version, the same code worked fine
|
@lucdion But if you install via the cocoapods the text size correctly counts but there was another error you can not set the size in "nill". |
@sLm-s have you updated your pods: |
@lucdion Yes, I'm using the latest version 1.3.2. FlexLayout incorrectly calculates the size of the UILabel. Through the cocoapods everything works correctly. Perhaps this is due to a previous warning |
It is really strange. I have this little dummy project that use Carthage that compile perfectly 🤔 |
Here is my project. |
Yes, it worked. Thank you so much. |
Thanks @zintus 👍 |
Can not fill application.
ERROR ITMS-90087: "Unsupported Architectures. The executable for Programme.app/Frameworks/FlexLayout.framework/Frameworks/YogaKit.framework contains unsupported architectures '[x86_64, i386]'."
ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'com.facebook.YogaKit' under the iOS application 'Programme.app'."
ERROR ITMS-90205: "Invalid Bundle. The bundle at 'Programme.app/Frameworks/FlexLayout.framework' contains disallowed nested bundles."
ERROR ITMS-90206: "Invalid Bundle. The bundle at 'Programme.app/Frameworks/FlexLayout.framework' contains disallowed file 'Frameworks'."
The text was updated successfully, but these errors were encountered: