Questions tagged [xcode7.1.1]

Xcode 7.1.1 is a maintenance update with bug fixes and performance improvements.

When asking questions specifically related to version Xcode 7.1.1, it is recommended to tag the question with both and .

5 questions
3
votes
1 answer

Xcode 7.1.1 - fatal error : lipo: can't open input file

I'm getting fatal error: lipo: can't open input file: /Users/.../libABC.a (No such file or directory) I've cross-checked this file exists in same location after checking with 'Show in Finder' I'm getting this error while building library. I've…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
1
vote
2 answers

Android like ScrollView in iOS Swift2.1

In Android, one used ScrollView as the root in an XML file, then include many other different kinds of views inside it, that allowed the scroll behavior. How does Swift 2.1 and Xcode 7.1.1 do this, since the storyboard is not long enough to insert…
Fred J.
  • 5,759
  • 10
  • 57
  • 106
0
votes
0 answers

What does the number indicate on Xcode top middle panel?

I am running an app in Xcode . I used to press on stop button and hit run button frequently to test few things. However I notice that, everytime I hit the run button, a number is incremented in the top middle panel of xcode where it shows the…
Teja Nandamuri
  • 11,045
  • 6
  • 57
  • 109
0
votes
1 answer

(XCode 7.1.1) How to center an ImageView?

I am having a difficult time understanding the new way of designing XIB layout (i.e. constraints). I have seen some tutorials and lessons, yet I'm not sure why I'm not understanding any of it. Here is my simple scenario that I want to achieve: a) I…
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140
0
votes
1 answer

Xcode 7.1.1 : How to test 3D touch in simulator

I've download sample code for 3D touch. How can 3D touch functionality can be tested in simulator? I'm using Xcode 7.1.1
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177