Giter VIP home page Giter VIP logo

Comments (2)

Ruberik avatar Ruberik commented on June 2, 2024

Closing due to age.

from zoomimageview.

xavetar avatar xavetar commented on June 2, 2024

Xcode 14 (M1) with iPhone:

  1. Install Cocoapods with homebrew.
  2. Just clone this project.
  3. Go to the cloned folder.
  4. Just enter: "pod install".
  5. Open with Xcode, enter again: "open ZoomImageView.xcworkspace".
  6. Set your Sign for both targets with Automatically manage signing.
  7. Go to that folder "ZoomImageView/Pods/Reveal-SDK/RevealServer-18/iOS/RevealServer.framework/".
  8. Just resign "RevealServer" in this folder: "codesign --deep --force --verbose --sign "$YOUR_SIGN" RevealServer".
  9. Finally, just now you can compile this shit and run on your device (with simulator this won't run on M1).

Also for Simulator or physical device:

  1. Install Cocoapods with homebrew.
  2. Just clone this project.
  3. Go to the cloned folder.
  4. Open with Xcode: "open ZoomImageView.xcodeproj".
  5. Go to Pods folder in Xcode, open Debug and Release xcconfig:
    5.1. Where OTHER_LDFLAGS just comment "-framework "RevealServer".
    5.2 Where FRAMEWORK_SEARCH_PATHS just comment before.
  6. Click on the ZoomImageView in Xcode, go to the target Demo and remove Pods_Demo.framework.
  7. Finally, just now you can compile this shit and run on your physical device. In this method that's work with Simulator. I think that because dylib from Reveal-SDK is incompatible with Simulator.

from zoomimageview.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.