rarfell / dimeApp

Dime is a beautiful expense tracker built with iOS design guidelines in mind.
https://apps.apple.com/sg/app/dime-budget-expense-tracker/id1635280255
GNU General Public License v3.0
932 stars 129 forks source link

Cannot install STool complains about repo not existing or invalid credentials #54

Open rodrigogonegit opened 6 months ago

rodrigogonegit commented 6 months ago

Prerequisites

Dime Version

Hey absolute newcomer to iOS dev here.

I'm trying to install the dependencies as instructed in the README but STools fails with:

x-xcode-log://4A436BA0-C322-4EC4-B309-2FDA4902CA56 github.com: https://github.com/TimmysApp/STools: The remote repository could not be accessed. Make sure a valid repository exists at the specified location and that the correct credentials have been supplied.

I've tried the general recipes found online, such as:

Current Behavior

Build is failing

Expected Behavior

Build not failing

Steps to Reproduce

  1. Clone
  2. Open project in xcode
  3. Try to resolve deps

Additional Information

No response

Alx-Ryan commented 6 months ago

I also found this to be the case. I messaged Dev on X, no response back yet. This is a cool project hope this fixed.

jacoblimzm commented 5 months ago

same thing happened to me. visiting the repository https://github.com/TimmysApp/STools returns a 404. it appears that it either no longer exists, or was made private by the owner. this likely means the dependency needs to be removed from the project or replaced for it to work.

zhuamaodeyu commented 5 months ago

1 : change swiftui-introspect dependency to main branch from Xcode Package Dependencies

  1. run update to latest packages version from Xcode File ----> Packages---> update to latest packages version
  2. change all import Introspect to import SwiftUIIntrospect
JamesQian1999 commented 3 months ago

I also have the same issue. Although, I try to change from Introspect to SwiftUIIntrospect following @zhuamaodeyu . Does anyone fix it?

yinuoyang01 commented 2 months ago

Followed the instructions from @zhuamaodeyu , still failed to build the project tho

riveraj33 commented 2 months ago

Has anyone figured this out? I am trying to build but keep getting this STools error like the others above me.

Farhad1618 commented 1 month ago

Hi, I encountered the same problem with S-Tools showing up in the dependencies but not being used anywhere in the project. It seems like the package is no longer needed, and removing it from the dependencies might resolve the issue. I wasn’t able to find any references to it in the code either. Would it be possible to update the project to remove S-Tools?

selfsigned commented 3 weeks ago

63 This should allow the app to build for the time being