Giter VIP home page Giter VIP logo

instagram-ios-app's Introduction

Instagram iOS App

This App is a solution to manage all of the functions of Instagram.

instagram-ios-app's People

Contributors

ekaterinadvolkova avatar

Watchers

 avatar

instagram-ios-app's Issues

No such file or directory

error: /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ecdyixrjadlbusdnlwpvdhwyjoee/Build/Products/Debug-iphoneos/Pods_Insta_Planner.framework: No such file or directory (in target 'Insta-Planner' from project 'Insta-Planner')

PBXCp /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ecdyixrjadlbusdnlwpvdhwyjoee/Build/Products/Debug-iphoneos/Pods_Insta_Planner.framework /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ecdyixrjadlbusdnlwpvdhwyjoee/Build/Products/Debug-iphoneos/Insta-Planner.app/Frameworks/Pods_Insta_Planner.framework (in target 'Insta-Planner' from project 'Insta-Planner')
    cd /Users/ekaterinavolkova/Desktop/Insta-Planner/Insta-Planner
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -exclude Headers -exclude PrivateHeaders -exclude Modules -exclude \*.tbd -resolve-src-symlinks /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ecdyixrjadlbusdnlwpvdhwyjoee/Build/Products/Debug-iphoneos/Pods_Insta_Planner.framework /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ecdyixrjadlbusdnlwpvdhwyjoee/Build/Products/Debug-iphoneos/Insta-Planner.app/Frameworks

Value of optional type 'URL?' must be unwrapped to a value of type 'URL'

Problem with this line:

completion(.success(url))

The whole function:

public func downloadImage(with reference: String, completion: @escaping (Result<URL, IGStorageManagerError>) -> Void){
        bucket.child(reference).downloadURL(completion: { url, error in
            
            guard case let url = url, error == nil else {
                completion(.failure(.failedToDownload))
                return
            }
            completion(.success(url))
        })
    }

Untrusted Developer

Tap Settings > General > Profiles or Profiles & Device Management. Under the "Enterprise App" heading, you see a profile for the developer. Tap the name of the developer profile under the Enterprise App heading to establish trust for this developer. Then you see a prompt to confirm your choice.

libc++abi: terminating with uncaught exception of type NSException

libc++abi: terminating with uncaught exception of type NSException
dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'must pass a class of kind UITableViewCell'
terminating with uncaught exception of type NSException

Cannot assign value of type 'ExploreViewController' to type 'UICollectionViewDataSource?'

Add extension

extension ExploreViewController: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout{
    func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
        return 0
    }
    
    func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
        return UICollectionViewCell()
    }
    
}

Command MergeSwiftModule failed with a nonzero exit code

<unknown>:0: error: compiling for iOS 13.0, but module 'Insta_Planner' has a minimum deployment target of iOS 15.0: /Users/ekaterinavolkova/Library/Developer/Xcode/DerivedData/Insta-Planner-ffeqoraupzhgfpetsbclrzrfxxzk/Build/Intermediates.noindex/Insta-Planner.build/Debug-iphoneos/Insta-Planner.build/Objects-normal/arm64/ExploreViewController~partial.swiftmodule
Command MergeSwiftModule failed with a nonzero exit code

[!] Invalid `Podfile`

[!] Invalid Podfile file: undefined method `Pod' for #Pod::Podfile:0x00007fd2dccf76a8.

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.