Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

iOS problem #10

Closed
AtixD opened this issue Mar 2, 2016 · 7 comments
Closed

iOS problem #10

AtixD opened this issue Mar 2, 2016 · 7 comments

Comments

@AtixD
Copy link

AtixD commented Mar 2, 2016

Problem build on iOS
2016-03-02 16 39 43

@bradmartin
Copy link
Collaborator

@NathanWalker - can you help out here?

On Wed, Mar 2, 2016, 7:40 AM AtixD notifications@github.com wrote:

Problem build on iOS
[image: 2016-03-02 16 39 43]
https://cloud.githubusercontent.com/assets/17594120/13461895/7ace8fec-e095-11e5-90eb-92097afeb57e.png


Reply to this email directly or view it on GitHub
#10.

@NathanWalker
Copy link
Member

@AtixD There's still some issues with XCode and CocoaPods and tns.
After the build fails from the command-line, go into 'platforms/ios' and open the .xcworkspace file (not the .xcodeproj).
Then set your target to the 2nd one like this for example:
screen shot 2016-02-25 at 9 46 33 pm

Then run that from XCode and it should build just fine.
Let me know.

@AtixD
Copy link
Author

AtixD commented Mar 2, 2016

@NathanWalker Working. Thank you!
In the future, it will be corrected?
////////////////////////////////////////////////////////
if you add a picture from a remote source on iOS ->
2016-03-02 22 58 19
if it is adjusted locally ->
2016-03-02 23 01 30
On android I do not observe this problem

@NathanWalker
Copy link
Member

@AtixD Great to hear. Cheers!

I believe it will be corrected in the future. I'm keeping an eye out for it!

@Headcult
Copy link

@NathanWalker @bradmartin Seeing this closed issue a little bit late. I faced the same issue on TNS v2.0 using Xcode 7.2.1 with CocoaPods v1.0 on my Mac OS X Yosemite 10.10.5. Read about it online and reverted my Xcode to 7.1.1 where it got deployed successfully onto the iOS 9.2 Simulator (iPhone 6s).

@NathanWalker
Copy link
Member

@Headcult XCode 7.3 works as well, just upgrade, and then downgrade your CocoaPods to 0.39.0.

@NathanWalker
Copy link
Member

Ensure you set the backgroundColor on your card as that is needed so:

<Card:CardView class="cardStyle" margin="10" elevation="40" radius="5" backgroundColor="#fff">
           <grid-layout rows="200, auto, auto" columns="auto, auto, *">
               <image src="~/images/batman.jpg" stretch="aspectFill" colSpan="3" row="0" />
               <label text="Batman wants to be friends?" class="info" textWrap="true" row="1" colSpan="3" />          
               <button text="DECLINE" tap="goAway" row="2" col="0" />
               <button text="ACCEPT" row="2" col="1" />
           </grid-layout>
       </Card:CardView>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants